home *** CD-ROM | disk | FTP | other *** search
Wrap
= V5 MultiLine NoSorting TabWidth=30 H=";CSS1 Template" H="New Web page" ^!Open ^$GetTemplatePath$CSS1.tpl H=";" H=";Adding Style" H="Embedded Style" ^!InsertHtml <STYLE TYPE="text/css">^P<!--^P^&^P-->^P</STYLE>^P H="Linked Style" ^!Set %Stylesheet%=^?{(T=O;F="Stylesheets (*.css)|*.css")Stylesheet to link} ^!IfFalse "^$IsEmpty(^%Stylesheet%)$" ^!Set %Stylesheet%=^$FileToUrl("^$GetRelativeName("^%Stylesheet%")$")$ ^!InsertWizardHtml <LINK REL="stylesheet" TYPE="text/css" HREF="^%Stylesheet%">^P H="Inline Style" ^!InsertHtml STYLE="^&" H="Style Comment" ^!InsertText /*^&*/ H="Style Property" ^!Set %Property%=^?{(T=C)Pick a property==_background|background-attachment|background-color|background-image|background-position|background-repeat|border|border-bottom|border-bottom-width|border-color|border-left|border-left-width|border-right|border-right-width|border-style|border-top|border-top-width|border-width|clear|color|display|float|font|font-family|font-size|font-style|font-variant|font-weight|height|letter-spacing|line-height|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|padding|padding-bottom|padding-left|padding-right|padding-top|text-align|text-decoration|text-indent|text-transform|white-space|width|word-spacing} ^!Clip ^%Property% H=";" H=";Selectors" H="Block Element Selector" ^!Set %Element%=address|blockquote|body|caption|dd|div|dl|dt|fieldset|form|h1|h2|h3|h4|h5|h6|hr|li|noscript|ol|p|pre|table|tbody|td|tfoot|th|thead|tr|ul ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^?{Element name=^%Element%}{^p^&^p} H="Inline Element Selector" ^!Set %Element%=a|abbr|acronym|b|bdo|big|br|button|cite|code|dfn|em|i|img|input|kbd|label|map|object|q|samp|script|select|small|span|strong|sub|sup|textarea|tt|var ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^?{Element name=^%Element%}{^p^&^p} H="Class Selector (subset)" ^!Set %Element%=a|address|blockquote|body|div|h1|h2|h3|h4|img|ol|p|pre|span|table|ul ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^?{Element name=_none^=|^%Element%}.^?{Class name}{^p^&^p} H="ID Selector" ^!InsertWizardHtml #^?{ID name}{^p^&^p} H=";" H=";Pseudoclasses" H="A:active" ^!Set %Element%=a ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^%Element%:active{^p^&^p} H="A:link" ^!Set %Element%=a ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^%Element%:link{^p^&^p} H="A:visited" ^!Set %Element%=a ^!IfSame "^$GetHtmlFormat$" "Uppercase" ^!Set %Element%=^$StrUpper("^%Element%")$ ^!InsertText ^%Element%:visited{^p^&^p} H=";" H=";Basic Tags" H="Div" ^!SetPasteIndent Off ^!InsertWizardHtml <DIV CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P^&^P</DIV> H="H? header" ^!InsertWizardHtml <H^?{(T=C)&Header level==_1|2|3|4|5|6} CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</H^?{&Header level}>^P H="Horizontal line" ^!InsertWizardHtml <HR CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P H="Hyperlink" ^!InsertWizardHtml <A CLASS="^?{&Class name}" ID="^?{&Unique ID name}" HREF="^?{&Link URL}"}">^?{Link &description=^&}</A> H="Image" ^!InsertWizardHtml <IMG CLASS="^?{&Class name}" ID="^?{&Unique ID name}" ^?{(T=T;F="Image Files|*.gif;*.png;*.jpg;*.jpeg")&Image file name} ALT="^?{Image text &description=^&}"> H="MailTo" ^!InsertWizardHtml <A CLASS="^?{&Class name}" ID="^?{&Unique ID name}" HREF="mailto:^?{&Email address=^&}">^?{&Link description text=^&}</A> H="Line break" ^!InsertWizardHtml <BR CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^P H="Paragraph block" ^!SetPasteIndent Off ^!InsertWizardHtml <P CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</P> H="Span" ^!SetPasteIndent Off ^!InsertWizardHtml <SPAN CLASS="^?{&Class name}" ID="^?{&Unique ID name}">^&</SPAN> H=";" H=";CSS1 Properties" H="background" ;<background-color>|<background-image>|<background-repeat>|<background-attachment>|<background-position> ^!Set %color%=^?{background-&color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow};%Image%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for background-&image};%repeat%=^?{background-&repeat==_repeat|repeat-x|repeat-y|no-repeat};%attachment%=^?{background-&attachment==_scroll|fixed};%position%=^?{background-&position=_0% 0%|top|center|bottom|left|center|right} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!IfFalse "^$IsEmpty(^%Image%)$" ^!Set %Value%=^%Value% url(^$FileToUrl("^$GetRelativeName("^%Image%")$")$) ^!IfFalse "^$IsEmpty(^%repeat%)$" ^!Set %Value%=^%Value% ^%repeat% ^!IfFalse "^$IsEmpty(^%attachment%)$" ^!Set %Value%=^%Value% ^%attachment% ^!IfFalse "^$IsEmpty(^%position%)$" ^!Set %Value%=^%Value% ^%position% ^!InsertText background:^%Value%; H="background-attachment" ^!Set %Value%=^?{Value for background-attachment==_scroll|fixed} ^!InsertText background-attachment: ^%Value%; H="background-color" ^!Set %Value%=^?{Value for background-color=_transparent|aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow} ^!InsertText background-color: ^%Value%; H="background-image" ^!Set %Value%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for background-image} ^!InsertText background-image: url(^$FileToUrl("^$GetRelativeName("^%Value%")$")$); H="background-position" ^!Set %Horizontal%=^?{&Horizontal background-position=_0%|top|center|bottom|left|center|right};%Vertical%=^?{&Vertical background-position=_0%|top|center|bottom|left|center|right} ^!Set %Value%=^%Horizontal% ^!IfFalse "^$IsEmpty(^%Vertical%)$" ^!Set %Value%=^%Value% ^%Vertical% ^!InsertText background-position: ^%Value%; H="background-repeat" ^!Set %Value%=^?{Value for background-repeat==_repeat|repeat-x|repeat-y|no-repeat} ^!InsertText background-repeat: ^%Value%; H=";" H="border" ;<border-width>|<border-style>|<color> ^!Set %width%=^?{border-&width=thin|_medium|thick};%style%=^?{border-&style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-&color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!InsertText border:^%Value%; H="border-bottom" ;<border-bottom-width>|<border-style>|<color> ^!Set %width%=^?{border-bottom-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!InsertText border-bottom:^%Value%; H="border-bottom-width" ^!Set %Value%=^?{Value for border-bottom-width=thin|_medium|thick} ^!InsertText border-bottom-width: ^%Value%; H="border-color" ^!Set %Value%=^?{Value for border-color=aqua|_black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow} ^!InsertText border-color: ^%Value%; H="border-left" ;<border-left-width>|<border-style>|<color> ^!Set %width%=^?{border-left-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!InsertText border-left:^%Value%; H="border-left-width" ^!Set %Value%=^?{Value for border-left-width=thin|_medium|thick} ^!InsertText border-left-width: ^%Value%; H="border-right" ;<border-right-width>|<border-style>|<color> ^!Set %width%=^?{border-right-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!InsertText border-right:^%Value%; H="border-right-width" ^!Set %Value%=^?{Value for border-right-width=thin|_medium|thick} ^!InsertText border-right-width: ^%Value%; H="border-style" ^!Set %Value%=^?{Value for border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset} ^!InsertText border-style: ^%Value%; H="border-top" ;<border-top-width>|<border-style>|<color> ^!Set %width%=^?{border-top-width=thin|_medium|thick};%style%=^?{border-style==_none|dotted|dashed|solid|double|groove|ridge|inset|outset};%color%=^?{background-color=aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|_white|yellow} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%width%)$" ^!Set %Value%=^%Value% ^%width% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%color%)$" ^!Set %Value%=^%Value% ^%color% ^!InsertText border-top:^%Value%; H="border-top-width" ^!Set %Value%=^?{Value for border-top-width=thin|_medium|thick} ^!InsertText border-top-width: ^%Value%; H="border-width" ^!Set %Value%=^?{Value for border-width=thin|_medium|thick} ^!InsertText border-width: ^%Value%; H=";" H="clear" ^!Set %Value%=^?{Value for clear==_none|left|right|both} ^!InsertText clear: ^%Value%; H="color" ^!Set %Value%=^?{Value for color=aqua|_black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow} ^!InsertText color: ^%Value%; H="display" ^!Set %Value%=^?{Value for display==_block|inline|list-item|none} ^!InsertText display: ^%Value%; H="float" ^!Set %Value%=^?{Value for float==left|right|_none} ^!InsertText float: ^%Value%; H=";" H="font" ;<font-style> <font-variant> <font-weight> <font-size/line-height> <font-family> ^!Set %style%=^?{font-&style==_normal|italic|oblique};%variant%=^?{font-&variant==_normal|small-caps};%weight%=^?{font-&weight==_normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900};%size%=^?{font-&size/line-height};%family%=^?{font-&family=_Serif|Sans-Serif|Cursive|Fantasy|Monospace|Arial, Helvetica, Sans-Serif|Times New Roman, Times, Serif|Courier New, Courier, Monospace|Wingding, Symbol|Comic Sans MS|Impact|Lucida|Palatino|Verdana} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%style%)$" ^!Set %Value%=^%Value% ^%style% ^!IfFalse "^$IsEmpty(^%variant%)$" ^!Set %Value%=^%Value% ^%variant% ^!IfFalse "^$IsEmpty(^%weight%)$" ^!Set %Value%=^%Value% ^%weight% ^!IfFalse "^$IsEmpty(^%size%)$" ^!Set %Value%=^%Value% ^%size% ^!IfFalse "^$IsEmpty(^%family%)$" ^!Set %Value%=^%Value% ^%family% ^!InsertText font:^%Value%; H="font-family" ^!Set %Value%=^?{Value for font-family=_Serif|Sans-Serif|Cursive|Fantasy|Monospace|Arial, Helvetica, Sans-Serif|Times New Roman, Times, Serif|Courier New, Courier, Monospace|Wingding, Symbol|Comic Sans MS|Impact|Lucida|Palatino|Verdana} ^!InsertText font-family: ^%Value%; H="font-size" ;<absolute-size>|<relative-size>|<length>|<percentage> ^!Set %Value%=^?{Value for font-size=xx-small|x-small|small|_medium|large|x-large|xx-large} ^!InsertText font-size: ^%Value%; H="font-style" ^!Set %Value%=^?{Value for font-style==_normal|italic|oblique} ^!InsertText font-style: ^%Value%; H="font-variant" ^!Set %Value%=^?{Value for font-variant==_normal|small-caps} ^!InsertText font-variant: ^%Value%; H="font-weight" ^!Set %Value%=^?{Value for font-weight==_normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900} ^!InsertText font-weight: ^%Value%; H=";" H="height" ^!Set %Value%=^?{Value for height=auto} ^!InsertText height: ^%Value%; H="letter-spacing" ^!Set %Value%=^?{Value for letter-spacing=normal} ^!InsertText letter-spacing: ^%Value%; H="line-height" ^!Set %Value%=^?{Value for line-height=normal} ^!InsertText line-height: ^%Value%; H=";" H="list-style-image" ^!Set %Value%=^?{(T=O;F="Image Files|*.gif;*.png;*.jpg;*.jpeg;*.jpe")Value for list-style-image} ^!InsertText list-style-image: url(^$FileToUrl("^$GetRelativeName("^%Value%")$")$); H="list-style-position" ^!Set %Value%=^?{Value for list-style-position==inside|_outside} ^!InsertText list-style-position: ^%Value%; H="list-style-type" ^!Set %Value%=^?{Value for list-style-type==_disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none} ^!InsertText list-style-type: ^%Value%; H=";" H="margin" ^!Set %top%=^?{margin-&top=0px};%right%=^?{margin-&right=0px};%bottom%=^?{margin-&bottom=0px};%left%=^?{margin-&left=0px} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%top%)$" ^!Set %Value%=^%Value% ^%top% ^!IfFalse "^$IsEmpty(^%right%)$" ^!Set %Value%=^%Value% ^%right% ^!IfFalse "^$IsEmpty(^%bottom%)$" ^!Set %Value%=^%Value% ^%bottom% ^!IfFalse "^$IsEmpty(^%left%)$" ^!Set %Value%=^%Value% ^%left% ^!InsertText margin:^%Value%; H="margin-bottom" ^!Set %Value%=^?{Value for margin-bottom=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText margin-bottom: ^%Value%; H="margin-left" ^!Set %Value%=^?{Value for margin-left=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText margin-left: ^%Value%; H="margin-right" ^!Set %Value%=^?{Value for margin-right=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText margin-right: ^%Value%; H="margin-top" ^!Set %Value%=^?{Value for margin-top=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText margin-top: ^%Value%; H=";" H="padding" ^!Set %top%=^?{padding-&top=0px};%right%=^?{padding-&right=0px};%bottom%=^?{padding-&bottom=0px};%left%=^?{padding-&left=0px} ^!Set %Value%=^%Empty% ^!IfFalse "^$IsEmpty(^%top%)$" ^!Set %Value%=^%Value% ^%top% ^!IfFalse "^$IsEmpty(^%right%)$" ^!Set %Value%=^%Value% ^%right% ^!IfFalse "^$IsEmpty(^%bottom%)$" ^!Set %Value%=^%Value% ^%bottom% ^!IfFalse "^$IsEmpty(^%left%)$" ^!Set %Value%=^%Value% ^%left% ^!InsertText padding:^%Value%; H="padding-bottom" ^!Set %Value%=^?{Value for padding-bottom=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText padding-bottom: ^%Value%; H="padding-left" ^!Set %Value%=^?{Value for padding-left=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText padding-left: ^%Value%; H="padding-right" ^!Set %Value%=^?{Value for padding-right=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText padding-right: ^%Value%; H="padding-top" ^!Set %Value%=^?{Value for padding-top=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText padding-top: ^%Value%; H=";" H="text-align" ^!Set %Value%=^?{Value for text-align==_left|right|center|justify} ^!InsertText text-align: ^%Value%; H="text-decoration" ^!Set %Value%=^?{Value for text-decoration==_none|underline|overline|line-through|blink} ^!InsertText text-decoration: ^%Value%; H="text-indent" ^!Set %Value%=^?{Value for text-indent=0}^?{(T=C)Units==em|ex|_px|in|cm|mm|pt|pc|%} ^!InsertText text-indent: ^%Value%; H="text-transform" ^!Set %Value%=^?{Value for text-transform==capitalize|uppercase|lowercase|_none} ^!InsertText text-transform: ^%Value%; H=";" H="white-space" ^!Set %Value%=^?{Value for white-space=_normal|pre|nowrap} ^!InsertText white-space: ^%Value%; H="width" ^!Set %Value%=^?{Value for width=auto} ^!InsertText width: ^%Value%; H="word-spacing" ^!Set %Value%=^?{Value for word-spacing=normal} ^!InsertText word-spacing: ^%Value%; H=";" H=";About this library" This library was written by Fookes Software to serve as a demonstration of the varied tasks that can be performed by the Editor Clipbook. You are free to customize it any way you like, but make sure you keep a backup copy before installing a new copy of NoteTab over it! If you have a useful Clipbook library that you would like to share with other NoteTab users, please submit it to: <clipbook@fookes.com>. Your library will then be added to the Clipbook repository on the Web.